Remove unused variable.
authorOwen Taylor <otaylor@redhat.com>
Wed, 17 Jan 2001 20:05:08 +0000 (20:05 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 17 Jan 2001 20:05:08 +0000 (20:05 +0000)
commit2a1e8b06b48864348d8539cb6bc9e20867a437fa
treeddce28b5e29b5597920696b32760fcb4da17aecf
parent2c41cf90587bb624a58e0ba523adfb6a17f3acec
Remove unused variable.

Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>

* gdk/x11/gdkdnd-x11.c: Remove unused variable.

* gtk/gtkdnd.c: Encapsulate storing and retrieving info
structures in functions. Fixes bug where gtk_dataset_*
was accidentally still being used in one place, causing
        every dest side event to be treated independently.

* gtk/gtkdnd.c: Remove last vestages of handling
::draw (fixes warning)

* gtk/gtkentry.[ch]: Add drag and drop support.

* gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
new function gtk_check_drag_threshhold() for checking
to check if (dx,dy) has exceeded the threshhold for starting
a drag and use it everywhere.
gdk/x11/gdkdnd-x11.c
gtk/gtkdnd.c
gtk/gtkdnd.h
gtk/gtkentry.c
gtk/gtkentry.h
gtk/gtktextview.c